home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / PET / S-Super PET / (s)t5.d64 / EDA.MEDPOL.INF < prev    next >
Text File  |  2009-01-18  |  2KB  |  54 lines

  1.                     PPPP median polishing PPPP
  2.  introduction
  3.  @@@@@@@@@@@@           the function medpolish displays row_plus_column
  4.                         effects in two_way tables. in particular it fits
  5.                         the relation>_
  6.  
  7.           response%typical value - row effect - column effect - residual
  8.  
  9.  parameters            there are two parameters which can be set>_
  10.  @@@@@@@@@@            epsilon :default 0.01" _proportion by which the
  11.                                                absolute values of residuals
  12.                                                must be reduced to continue
  13.                                                polishing.
  14.                        resids   :default 0"   _takes values 0,1, or 2>_
  15.                        resids[0               _does not produce residuals
  16.                        resids[1               _displays residuals
  17.                        resids[2               _displays comparison values
  18.                                                and residuals in a two_
  19.                                                column array.
  20.  
  21.  command syntax
  22.  @@@@@@@@@@@@@@       medpolish dddd   _dddd is a two dimensional array
  23.  
  24.                       resids[1         _produce residuals
  25.                       medpolish dddd   _will display residuals
  26.  
  27.                       z[medpolish dddd _with resids set to 1, residuals
  28.                                         are placed in z
  29.  
  30.  comments
  31.  @@@@@@@@             column effects, row effects, and the typical value
  32.                       :median" are displayed. in addition these are
  33.                       returned to the global variables ce, re, and tv
  34.                       respectively.
  35.  
  36.                       PP n.b. mcneilKs algorithm is used for this function
  37.                          and as stated :p 116" returns slightly different
  38.                          values to the worked examples in the text.
  39.  
  40.                     PPPP practice PPPP
  41.                          @@@@@@@@
  42.   this work space contains the data set called deaths. try the following>_
  43.  
  44.               medpolish deaths
  45.  
  46.               resids[1
  47.               medpolish deaths
  48.  
  49.               z[medpolish deaths
  50.               z                        _display residuals stored in z
  51.               ce                       _column effects
  52.               re                       _row effects
  53.               tv                       _typical value :median"
  54.